home *** CD-ROM | disk | FTP | other *** search
- Path: merkurius.lu.se!usenet
- From: magnus_dahlberg@hermes.ics.lu.se (Magnus Dahlberg)
- Newsgroups: comp.lang.c++,comp.lang.c
- Subject: HELP on abstraction!!!
- Date: 1 Apr 1996 13:04:44 GMT
- Organization: Informatik, Lunds Universitet
- Sender: -Not-Authenticated-[8235]
- Message-ID: <4jok9c$a6e@merkurius.lu.se>
- NNTP-Posting-Host: mac105.ics.lu.se
- X-Posted-From: InterNews 1.0.7@mac105.ics.lu.se
- Xdisclaimer: No attempt was made to authenticate the sender's name.
-
- Hello everyone!
-
- I'm writing a C++ programme that should be able to use both arrays and
- linked lists without changing the functions. Is it possible, for
- example, to insert a new person in my list (queue) without knowing if
- it's an array or a linked list? And if it is, how do I do it?
-
- Please, I need help quickly!
- Send your answers to: magnus_dahlberg@hermes.ics.lu.se
-
- Thanx!
-
-
-